home *** CD-ROM | disk | FTP | other *** search
Makefile | 1993-12-30 | 637 b | 28 lines |
- #
- # This is the make file for the prsr. lib subdirectory (OS2, gcc 2.1, gnumake).
- #
- # Gershon Elber, Aug 1991
- #
-
- include ..\makeflag.os2
-
- OBJS = bbox.o convex.o geomat3d.o geomvals.o intrnrml.o poly_cln.o
-
- libgeom.a: $(OBJS)
- -$(RM) libgeom.a
- ar rc libgeom.a $(OBJS)
-
- install: libgeom.a
- $(CP) libgeom.a $(LIB_DIR)
- ar s $(LIB_DIR)/libgeom.a
- $(CP) *.h $(INC_DIR)
-
-
- # Dependencies starts here - do not touch, generated automatically.
- bbox.o: bbox.h
- convex.o: convex.h poly_cln.h geomat3d.h intrnrml.h
- geomat3d.o: convex.h geomat3d.h
- geomvals.o: convex.h geomat3d.h geomvals.h
- intrnrml.o: geomat3d.h intrnrml.h
- poly_cln.o: poly_cln.h
-